projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d1769
)
(fast-lock-cache-name): Fix test for `windows-nt'.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 14 May 1999 08:47:12 +0000
(08:47 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 14 May 1999 08:47:12 +0000
(08:47 +0000)
lisp/fast-lock.el
patch
|
blob
|
history
diff --git
a/lisp/fast-lock.el
b/lisp/fast-lock.el
index 859ec239c429621502a92fc7300bb834355d16c3..fca1188789fbc5ee4fb53053f365f703bbdbca18 100644
(file)
--- a/
lisp/fast-lock.el
+++ b/
lisp/fast-lock.el
@@
-552,7
+552,7
@@
See `fast-lock-cache-directory'."
(concat buffer-file-name ".flc")
(let* ((bufile (expand-file-name buffer-file-truename))
(chars-alist
- (if (memq system-type '(emx windowsnt))
+ (if (memq system-type '(emx windows
-
nt))
'((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;)))
'((?/ . (?#)) (?# . (?# ?#)))))
(mapchars